CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab 蚁群算法

搜索资源列表

  1. matlabsuanfa

    0下载:
  2. 包含了Floyd算法、dijkstra算法、贪婪算法、遗传算法、搜索算法、蚁群算法、哈密顿环路的matlab源程序及相关说明。-Floyd algorithm is included, dijkstra algorithm, greedy algorithm, genetic algorithm, search algorithm, ant colony algorithm, Hamiltonian loop matlab source code and instructions.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:219411
    • 提供者:陈壁坚
  1. shenjinwangluo

    1下载:
  2. 神经网络蚁群算法,共三段,非常有用,快来下啊-Ant colony algorithm for neural networks, a total of three sections, very useful
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-06-06
    • 文件大小:3276
    • 提供者:yan
  1. AntColonyAlgorithmMatlabProgram(AlreadyRunning).ra

    0下载:
  2. 蚁群算法 matlab程序(已运行),有源代码,和详细的说明文件,matlab仿真的数据及参数输入的值都一给定好。学习蚁群算法的最好的代码了。-Ant colony algorithm matlab program (already running), active code, and detailed documentation, matlab simulation data and parameter input values are a given good. Ant colony alg
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:4728
    • 提供者:xj
  1. PSO

    1下载:
  2. matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 如果有宝贵经验希望能交流一下,谢谢,-matlab genetic algorithm GA, particle swarm optimization PSO, ant colony algorithm f
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:5280
    • 提供者:stephen
  1. threeAlgo

    0下载:
  2. matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 如果有宝贵经验希望能交流一下,谢谢,-matlab genetic algorithm GA, particle swarm optimization PSO, ant colony algorithm f
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:14281
    • 提供者:stephen
  1. yiqunsuanfa

    0下载:
  2. 蚁群算法,用于进行聚类分析,或者进行故障模式识别-ACO
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1076
    • 提供者:刘小龙
  1. ant

    0下载:
  2. 蚁群算法最短路径通用Matlab程序。蚁群算法动态寻路算法。-Ant colony algorithm for the shortest path generic Matlab program. Ant colony algorithm for dynamic pathfinding algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:2112
    • 提供者:strong-bear
  1. ant

    2下载:
  2. 在matlab环境中用蚁群算法寻优潜水器的三维路径,效果很好-In the matlab environment, using ant colony optimization algorithm for three-dimensional underwater vehicle path, good results
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:24290
    • 提供者:史峰
  1. GA_ppt

    0下载:
  2. 本文档主要介绍智能优化算法的应用,并详细介绍了遗传算法和蚁群算法。-This document focuses on the application of intelligent optimization algorithms, and details of the genetic algorithm and ant colony algorithm.
  3. 所属分类:File Formats

    • 发布日期:2017-03-26
    • 文件大小:232992
    • 提供者:Amy
  1. Ant_clusting

    1下载:
  2. 蚁群聚类算法及其源码。是蚁群算法跟聚类算法的结合,启发式搜索社团结构。-Ant colony clustering algorithm and its source code. Ant colony algorithm with the clustering algorithm is a combination of heuristic search community structure.
  3. 所属分类:matlab

    • 发布日期:2015-04-23
    • 文件大小:2848
    • 提供者:刘长棕
  1. MATLABLibrary

    2下载:
  2. 我的matlab库.由于上次疏忽,上传的蚁群算法只是传了一个代码,忘了有几个小函数是在我的库中.由于时间久了我也忘了哪个函数。所以有需要的各位请直接下载这个库.-My matlab library
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:112435
    • 提供者:batilei
  1. VRP

    1下载:
  2. 31个城市的VRP进行蚁群算法求解的matlab源码-31 cities, ant colony algorithm for VRP to the matlab source code
  3. 所属分类:source in ebook

    • 发布日期:2017-03-26
    • 文件大小:2159
    • 提供者:叶宏
  1. ACOUCP

    0下载:
  2. 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解,-This source code is an implementation of artificial ant colony algorithm for unconstrained optimization of continuous function to solve for the case containing the constra
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:1700
    • 提供者:张望
  1. yqsfy

    0下载:
  2. TSP问题蚁群算法通用Matlab程序源码-Ant colony algorithm for TSP problem common Matlab source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:4705
    • 提供者:天道酬勤
  1. ACAJSP

    3下载:
  2. 蚁群算法用以解决作业车间调度问题,这是目前解决该类问题最有效的方法之一。-Ant colony algorithm to solve job shop scheduling problem, which is to solve such problems one of the most effective way.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:810
    • 提供者:薛大伟
  1. aco

    0下载:
  2. matlab编的蚁群算法解TSP问题(att48),调整参数可解决多类问题。-matlab code of ant colony algorithm for solving TSP problems (att48), adjust the parameters to resolve multi-class problems.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:3210
    • 提供者:li qingshan
  1. yichuansuanfa-yuzhifenge

    1下载:
  2. 图像的阈值分割,采用蚁群算法,解决了图像处理问题-Image segmentation using ant colony algorithm to solve the problem of image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:4991
    • 提供者:wubin
  1. ACO_VRP

    0下载:
  2. 蚁群算法的MATLAB实现,有详细的注释(ACO_VRP.m)-ACO_VRP
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1959
    • 提供者:穆雨
  1. jiandan40

    0下载:
  2. 运用matlab编程实现蚁群算法的低压电力线设计-Ant colony algorithm using matlab programming design of low voltage power line
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:3064
    • 提供者:ywj7891
  1. matlabyiqunsuanfa

    5下载:
  2. 蚁群算法是一种用来在图中寻找优化路径的机率型算法。是一种求解组合最优化问题的新型通用启发式方法,该方法具有正反馈、分布式计算和富于建设性的贪婪启发式搜索的特点。通过建立适当的数学模型,基于故障过电流的配电网故障定位变为一种非线性全局寻优问题。-Ant colony algorithm is a method used to find optimal path in the graph the probability-based algorithm. Is a combination of opt
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2648
    • 提供者:prince
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com